TArray.LastIndexOf<T>(T[],T,Integer) Method
Searches for the specified element and returns the index of the last occurrence within the range of elements in the array that extends from the specified index to the last element.
public class function LastIndexOf<T>(const values: array of T; const item: T; index: Integer): Integer; overload; static;
Type Parameters
- T
Parameters
- values
- Type: array of T
- item
- Type: T
- index
- Type: Integer
Return Value
Type: Integer